home *** CD-ROM | disk | FTP | other *** search
/ Aminet 7 / Aminet 7 - August 1995.iso / Aminet / gfx / show / MerlinGfx.lha / proto.h < prev    next >
Encoding:
Text File  |  1995-06-07  |  245 b   |  8 lines

  1. void read_flihead (BPTR, struct fli_header *);
  2. void read_fheader (BPTR, struct frame_header *);
  3. void read_chunk (BPTR, struct chunk_header *);
  4. void interpret_fli  (BPTR, struct fli_header *,
  5.                             unsigned char *, int,
  6.                             void (*func)());
  7.  
  8.